home *** CD-ROM | disk | FTP | other *** search
/ AppleScript - The Beta Release / AppleScript - The Beta Release.iso / Development Tools / Sample Applications / MenuScripter 1.0d4.1 / MenuScripter Source / MSGlobals.c < prev    next >
Encoding:
C/C++ Source or Header  |  1992-11-24  |  661 b   |  34 lines  |  [TEXT/MPS ]

  1. /*
  2.     MSGlobals.c
  3.     
  4.     Version 1.0d4
  5.     
  6.     Copyright © Apple Computer UK Ltd. 1992
  7.     
  8.     All rights reserved.
  9.     
  10.     Produced by : UK Developer Technical Support
  11.     AppleLink   : UK.DTS
  12. */
  13.  
  14. #define __COMPGLOBALS__
  15.  
  16. #include "MSGlobals.h"
  17.  
  18. short      gWCount;
  19. short      gNewDocCount;
  20. MenuHandle myMenus[kLastMenu+1];
  21. short      gFontMItem;
  22. Boolean    gQuitting;
  23. Cursor     editCursor;
  24. Cursor     waitCursor;
  25. Boolean    gInBackground;
  26.   
  27.   /*now for the environment variables set up by Gestalt*/
  28.   
  29. Boolean    gGestaltAvailable;
  30. Boolean    gAppleEventsImplemented;
  31. Boolean    gAliasManagerImplemented;
  32. Boolean    gEditionManagerImplemented;
  33. Boolean    gOutlineFontsImplemented;
  34.